home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 3.0 KB | 95 lines | [TEXT/MPS ] |
- #---------------------------------------------------------------------------------------------------
- # |
- # File: MouseInfo.MAMake |
- # |
- # Description: Makefile for MouseInfo. |
- # |
- # |
- # Copyright © 1992 by Apple Computer, Inc. All rights reserved. |
- # Kent Sandvik DTS |
- # Version Info (latest first):
- #
- # <1> khs 1.0 First final version
- # <2> khs 1.0.1 Fixed a memory leak in TMapApplication::GetSleepValue()
- #
- #---------------------------------------------------------------------------------------------------
-
-
- #---------------------------------------------------------------------------------------------------
- # List here the Application's Name
-
- AppName = MouseInfo
-
-
- #---------------------------------------------------------------------------------------------------
- # List resource files that the Rez file includes if you want to include
- # more or less than the standard set (commented out, but it's good to have for the future)
-
- #OtherRsrcFiles = ∂
- # "{SrcApp}views.rsrc"
-
-
- #---------------------------------------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
-
- OtherInterfaces = ∂
- "{SrcApp}IncludeFiles.h" ∂
- "{SrcApp}ResourceConstants.h" ∂
- "{SrcApp}UMouseDocument.h" ∂
- "{SrcApp}UMenuedWindow.h" ∂
- "{SrcApp}UMouseTrackBehavior.h" ∂
- "{SrcApp}UAppFrameAdorner.h" ∂
- "{SrcApp}About.h"
-
-
- #---------------------------------------------------------------------------------------------------
- # Name any other object files to link in
-
- OtherLinkFiles = ∂
- "{ObjApp}UMouseDocument.cp.o" ∂
- "{ObjApp}UMenuedWindow.cp.o" ∂
- "{ObjApp}UMouseTrackBehavior.cp.o" ∂
- "{ObjApp}UAppFrameAdorner.cp.o" ∂
- "{ObjApp}About.cp.o"
-
-
- #---------------------------------------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
-
- # In this case we have a 'lazy dependency graph' - i.e. a very simple
- # and direct dependency where only the directly needed files are referenced
- # The first cut was done using MakeMake (Developer CD)
-
-
- "{ObjApp}UMouseInfo.cp.o" ƒ ∂
- UMouseInfo.h IncludeFiles.h ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UMouseDocument.cp.o" ƒ ∂
- UMouseDocument.h UMouseInfo.h IncludeFiles.h ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UMenuedWindow.cp.o" ƒ ∂
- UMouseDocument.h UMouseInfo.h IncludeFiles.h ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UMouseTrackBehavior.cp.o" ƒ ∂
- UMouseTrackBehavior.h IncludeFiles.h ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UAppFrameAdorner.cp.o" ƒ ∂
- UAppFrameAdorner.h IncludeFiles.h ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}About.cp.o" ƒ ∂
- About.h ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-